@charset "utf-8";
/* CSS Document */
body {
	font-family:tahoma, arial, Verdana, sans-serif;
	font-size:12px;
	background:#FFF;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, lengend, button, input, textarea, th, td, table {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
}
ul, li, ol {
	list-style:none;
}
a {
	text-decoration:none;
	cursor:pointer;
	color:#000000;
}
em ,i{
	font-style:normal;
}
a:hover {
	text-decoration:underline;
}
.exp {
	display:none;
}
fieldset, img {
	border:none;
}
button, input, select, textarea ,checkbox{
	font-size:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	border:none;
	height:1px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cb {
	clear:both;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.bold {
	font-weight:700;
}
.clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	clear:both;
	zoom:1;
}
.red{
	color:red;
}
.blue{
	color:blue;
}

.mobile_pin{
	display: inline-block;
	padding:3px 4px;
	border: 1px solid #cccccc;
	/*cursor: pointer;*/
}